home *** CD-ROM | disk | FTP | other *** search
/ PC Media 22 / PC MEDIA CD22.iso / share / udos / disp186a / doc / sheet.tpl < prev    next >
Text File  |  1994-08-09  |  4KB  |  114 lines

  1. # This is a comment line
  2. # Line starts with ! is a command line
  3.  
  4. # !!! Warning : The effects of commands are ACCUMULATED.
  5.  
  6. # This file contains all commands known by DISPLAY.
  7. # This file is for documentation. Copy it to another file and use that file
  8. #   to generate conatc sheet.
  9.  
  10. # this is identifier
  11. batch_contact_sheet
  12.  
  13. # all lines between !neglect_begin and !neglect_end are ignored, including
  14. # command lines and image file names.                                 
  15. # a !neglect_end without the corresponding !neglect_begin is ignored.
  16. #!neglect_begin
  17. #!neglect_end
  18.  
  19. # contact sheet size. Default is in config.dis
  20. #!sheet_width 800
  21. #!sheet_height 600
  22.  
  23. # method. choose one. Default is in config.dis
  24. #!variable_box_size
  25. #!fixed_box_size
  26.  
  27. # for fixed_box_size method. Default is in config.dis
  28. #!box_width 80
  29. #!box_height 80
  30.  
  31. # Pack as many boxes as possible in single sheet. For fixed_box_size method.
  32. # Default is no. 'max_pack' overrides 'number_image'.
  33. # Useful for wild card file name.
  34. #!max_pack
  35. #!no_max_pack
  36.  
  37. # Default number of images in single sheet. Default is none, that is,
  38. # sheet is generated only when 'generate' appears. 0 = none.
  39. # Useful for wild card file name.
  40. #!number_image 0
  41.  
  42. # Try to produce contact sheet every threshold_number images. Works for
  43. # 'max_pack' and 'number_image' only. 0 = none. Default is none.
  44. # useful for wild card file name. Use less memory.
  45. #!threshold_number 0
  46.  
  47. # string options: choose one. Default is name_dimension.
  48. #!name_dimension
  49. #!user_input
  50.  
  51. # output format (standard extension). Default is JPG.
  52. #!format jpg
  53. # output color type : bw, grey, color, true. Default is true(truecolor).
  54. #!color_type true
  55.  
  56. # choose exact file name or template. Default is exact file name.
  57.  
  58. # exact output file name. max 8 chars. Default is "contact"
  59. #!output_file contact
  60.  
  61. # output file template. generates sheet001, sheet002, sheet003 ...
  62. # max 7 chars. Default is "contact"
  63. #!output_template sheet
  64. # Default is 1
  65. #!template_counter_start 1
  66.  
  67. # input/output directory. Default is current dir
  68. #!input_dir
  69. #!output_dir
  70.  
  71. # contact sheet title (up to 49 chars). Default is in config.dis.
  72. #!title This is contact sheet title
  73.  
  74. # input image files.
  75. # If file name contains path(e.g. c:/image/aaaa.gif or ../bbbb.jpg), it is
  76. #   used as is, that is, 'input_dir' is ignored. Otherwise 'input_dir' is 
  77. #   assumed.
  78. # If you start 'batch contact sheet' from within DISPLAY, you can use 
  79. #   '!use_tagged' command to add the tagged files to file list. It is useless
  80. #   for command-line batch contact sheet making.
  81. # Wild card is allowed. See MATCH.DOC for the wild card match.
  82. # Notes:
  83. #   don't use '\' in wild card, though it is allowed in filename mask.
  84. #   wild card files are sorted by file name.
  85. #   DISPLAY completes each wild card processing before making contact sheet. 
  86. #     So if you use wild card, be sure that you have enough memory.
  87.  
  88. #!use_tagged
  89. a:/image/aaaa.gif
  90. ../bbbb.jpg
  91. cccc.bmp
  92. dddd.rle
  93. *.gif
  94. #        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  95. #        you can write 2 'user input' strings here. Each up to 49 chars.
  96. #        Please read NEW-FAQ for more information.
  97.  
  98. # generate contact sheet or ignore above images
  99. # 'genrate' and 'ignore' advance the template counter.
  100. !generate
  101. #!ignore
  102.  
  103. # you can change any command and generate another contact sheet.
  104.  
  105. !input_dir c:/qqq/rrr
  106.  
  107. eeee.gif
  108. ffff.gif
  109. hhhh.gif
  110. yyyy.gif
  111.  
  112. # generate 2nd contact sheet
  113. !generate
  114.